home *** CD-ROM | disk | FTP | other *** search
/ Adventures with Oslo: Tools & Gadgets / Adventures with Oslo - Tools and Gadgets.ISO / mac / Ad / Mod01 / bikerout.Dir / 00037.ls < prev    next >
Encoding:
Text File  |  1994-09-23  |  99 b   |  8 lines

  1. on exitFrame
  2.   if field "direction" = "right" then
  3.     go("29S")
  4.   else
  5.     go("29E")
  6.   end if
  7. end
  8.